home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / keyview / setup32.exe / _setup.lib / ikvplug.ini < prev    next >
Encoding:
INI File  |  1997-11-07  |  2.7 KB  |  110 lines

  1. ;
  2. ;  File:     IKVPLUG.INI - init file for IKVPLUG.DLL
  3. ;
  4. ;  Summary:  IKVPLUG.DLL is used by the KEYview installer to
  5. ;            add information to the Registry which is used
  6. ;            by the KEYview Plug-in Loader (KVPLUG.DLL).
  7. ;
  8.  
  9. ;  [KEYview Sections]
  10. ;  All sections (other than this one!) contained in this .INI file
  11. ;  which are to be added to KEYview's Registry settings must be listed here.
  12. ;  This is because there is no way in 16-bit for an application to enumerate
  13. ;  all sections in an .INI file!!
  14. ;  Note: what values they are defined as is irrelevent; only the section
  15. ;  names are used by IKVPLUG.DLL.
  16. ;
  17. [KEYview Sections]
  18. VAPI=1
  19. KVPLUG=1
  20. ContextMenu=1
  21. FrameMenu=1
  22. Icon=1
  23. Toolbar=1
  24. Tab=1
  25.  
  26. ;  [VAPI]
  27. ;  Define the window class as "kvPLUGIN"
  28. ;  Specify AutoDetect id's which will be handled by KVPLUG.DLL.
  29. ;  Note that there must also be a corresponding entry in the
  30. ;  [KVPLUG] section which map the AutoDetect id to a MIME type.
  31. ;
  32. [VAPI]
  33. kvplug.dll="kvPLUGIN"
  34. 199="plugin 0 kvplug.dll"
  35.  
  36. ;  [VAPI.16]
  37. ;  Contains additional [VAPI] entries for Win16 ONLY! 
  38. [VAPI.16]
  39. 200="plugin2 0 kvplug.dll"
  40.  
  41. ;  [VAPI.32]
  42. ;  Contains additional [VAPI] entries for Win32 ONLY! 
  43. [VAPI.32]
  44. 143="plugin 8192 kvplug.dll"
  45. 200="plugin2 8192 kvplug.dll"
  46. 18="plugin 0 kvplug.dll"
  47. 252="plugin 0 kvplug.dll"
  48. 253="plugin 0 kvplug.dll"
  49. 256="plugin 0 kvplug.dll"
  50. 258="plugin 0 kvplug.dll"
  51.  
  52. ;
  53. ;  [KVPLUG] - This section contains mappings from AutoDetect numbers
  54. ;  to MIME types.  KVPLUG.DLL supports mapping to more than one
  55. ;  MIME type.  When there are multiple types they should be separated
  56. ;  with a vertical bar '|'.
  57. ;
  58. ;    example:
  59. ;       221="video/mpeg|x-video/mpeg"
  60. ;
  61. [KVPLUG]
  62. ; IMPORTANT: Remember to add format to [VAPI] section as well!
  63. 199="application/envoy"
  64. 200="application/pdf"
  65.  
  66. ;  [KVPLUG.32]
  67. ;  Contains additional [KVPLUG] entries for Win32 ONLY!
  68. ;
  69. [KVPLUG.32]
  70. 18="image/x-mgx-drw"
  71. 143="vector/x-dxf|image/x-dxf|image/vnd.dxf"
  72. 252="image/x-cmx"
  73. 253="vector/x-dwg|image/x-dwg|image/vnd.dwg"
  74. 256="audio/x-pn-realaudio-plugin"
  75. 258="image/x-mgx-dsf"
  76.  
  77. ;  [ContextMenu], [FrameMenu], . . . , [Tab]
  78. ;  Info for toolbar, icon, menu, help tab, etc.
  79. ;
  80. [ContextMenu]
  81. plugin="21"
  82. plugin2="21"
  83.  
  84. [FrameMenu]
  85. plugin="29"
  86. plugin2="32"
  87.  
  88. [Icon]
  89. plugin="108"
  90. plugin2="108"
  91.  
  92. [Toolbar.16]
  93. ;  Contains additional [Toolbar] entries for Win16 ONLY! 
  94. plugin="6792 6 6502 6505 6511 6510 0 6547"
  95. plugin2="6792 6 6502 6505 6511 6510 0 6547"
  96.  
  97. ;  [Tab.16]
  98. ;  Contains additional [Tab] entries for Win16 ONLY! 
  99. [Tab.16]
  100. plugin="kvpref.dll 1"
  101. plugin2="kvpref.dll 1"
  102.  
  103. ;  [Tab.32]
  104. ;  Contains additional [Tab] entries for Win32 ONLY! 
  105. [Tab.32]
  106. plugin="kvoptions.dll 1"
  107. plugin2="kvoptions.dll 1"
  108.  
  109.  
  110.